-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use pnpm patch
in /react
instead of patch-package
#2661
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.29% | 395/7462 |
🔴 | Branches | 4.59% | 237/5165 |
🔴 | Functions | 3.16% | 78/2466 |
🔴 | Lines | 5.21% | 380/7295 |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 0822b3b
73478cb
to
94687ed
Compare
94687ed
to
f4d19c9
Compare
6678e6d
to
f288411
Compare
f4d19c9
to
44ef647
Compare
44ef647
to
844bc22
Compare
844bc22
to
7d362f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merge activity
|
**Changes:** Migrates from patch-package to pnpm patching for @cloudscape-design/board-components, adding custom CSS classes and className prop support. Key updates: - Removes patch-package dependency and postinstall script - Adds pnpm patching configuration for @cloudscape-design/board-components - Adds className prop support to Board component - Adds custom CSS classes with bai_ prefix for board placeholders and grid items
7d362f8
to
0822b3b
Compare
Changes:
Migrates from patch-package to pnpm patching for @cloudscape-design/board-components, adding custom CSS classes and className prop support.
Key updates: